[PATCH] fix system-abseil build even with 2022 version
authorRene Engelhard <rene@rene-engelhard.de>
Fri, 15 Dec 2023 22:45:04 +0000 (23:45 +0100)
committerRene Engelhard <rene@debian.org>
Sat, 27 Jan 2024 13:25:02 +0000 (13:25 +0000)
commit157ea3fcaf09d1ebe823c4d93a168158e8579b2a
treea58a974bd3aba710e6a2710f2aa5abe607afedb5
parentedddf4c14be9449180dad13ba1d972b9755aa85e
[PATCH] fix system-abseil build even with 2022 version

actually it seems it was a internal abseil header from pdfium vs. system
header mismatch. Include proper absl/container/inlined_vector.h if using
system-abseil.

While at it we can also just use pkg-config, no idea why I did it
without back then. Also gets the advantage that it knows that the libs
needed for absl_inlined_vector is actually
-labsl_throw_delegate -labsl_raw_logging_internal -labsl_log_severity

This effectively reverts e89723103313ec4366ee58144c47d7a5c16bf838

Change-Id: Ide4f79860b4e0673c5c6587d503058bdd2930744

Gbp-Pq: Name fix-system-abseil-build.diff
configure.ac
external/pdfium/Library_pdfium.mk
external/pdfium/UnpackedTarball_pdfium.mk
external/pdfium/system-abseil.diff [new file with mode: 0644]